isStarted

open fun isStarted(): Boolean

Checks if the control is currently in a started or active operational state.

This state is typically achieved after #start() has been successfully called and before #stop() or #dispose() is invoked.

Return

true if playback has been started (i.e., start has been called and not subsequently stop or dispose), false otherwise. This does not necessarily mean the video is actively playing, as it could be buffering or paused.